home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / SmPt / TN.SMPT.004 < prev    next >
Encoding:
Text File  |  1990-01-23  |  1.7 KB  |  52 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. SmartPort
  8. #4:    SmartPort Device Types
  9.  
  10. Revised by:    Matt Deatherage                                  November 1988
  11. Written by:    Rilla Reynolds                                       June 1987
  12.  
  13. This Technical Note documents additional device types which the SmartPort 
  14. firmware recognizes, but which may not be currently documented in the 
  15. technical reference manuals which cover SmartPort.
  16. _____________________________________________________________________________
  17.  
  18. The following is an updated list of possible SmartPort device types, extended 
  19. to support an increasing variety of third-party peripheral products.  A device 
  20. type byte is returned as part of the Device Information Block (DIB) from a 
  21. SmartPort STATUS call ($03).
  22.  
  23.         Type   Device
  24.         $00    Memory Expansion Card (RAM disk)
  25.         $01    3.5" disk
  26.         $02    ProFile-type hard disk
  27.         $03    Generic SCSI
  28.         $04    ROM disk
  29.         $05    SCSI CD-ROM
  30.         $06    SCSI tape or other SCSI sequential device
  31.         $07    SCSI hard disk
  32.         $08    Reserved
  33.         $09    SCSI printer
  34.         $0A    5-1/4" disk
  35.         $0B    Reserved
  36.         $0C    Reserved
  37.         $0D    Printer
  38.         $0E    Clock
  39.         $0F    Modem
  40.  
  41. It is likely that the SmartPort device type list will expand in the future.  
  42. If you are developing a SmartPort device and do not see a suitable device type 
  43. in the list, contact Apple II Developer Technical Support at the address 
  44. listed in Technical Note #0.
  45.  
  46.  
  47. Further Reference
  48. o    Apple IIGS Firmware Reference
  49. o    Apple IIc Technical Reference Manual, Second Edition
  50.  
  51.  
  52.